home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 90 / CD Actual 90.iso / Software3D / VirtualLight / VLight1.3win32.exe / Examples / Level2 / polyglass.vib < prev    next >
Encoding:
Text File  |  2002-10-07  |  549 b   |  18 lines

  1. // VirtuaLight VIB-Structure
  2.  
  3. Camera [ (13, -22, 4.75), (0, 0, -3.75), (0, 0, 1)
  4.  FrameAspectRatio 1.333
  5.  FieldOfView 65
  6.  Format(384,288)
  7. ]
  8.  
  9. AreaLight [ Bulb((0, 0, 0),2) Intensity 46*'.95, .698039, .696078' Decay LINEAR Glow 0.011 ]
  10.  
  11. ReadArchive "holder.vib"
  12. Holder [ Translate(0, 0, -9) ]
  13.  
  14. Shape [ PolynomialSurface (x^2 * y^2 + x^2 * z^2 + y^2 * z^2 + x*y + x*z + y*z - 1) Polyglass ]
  15.  
  16. Shape [ Sphere((0,0,0), 8.75) Glass ]
  17.  
  18. Shape [ Polygon (4, (-1000,1000, -16), (1000,1000, -16), (1000,-1000, -16), (-1000,-1000, -16)) Ground ]